翻訳と辞書 |
Red zone (computing) : ウィキペディア英語版 | Red zone (computing) In computing, a red zone is a fixed-size area in a function's stack frame beyond the return address which is not preserved by that function. The callee function may use the red zone for storing local variables without the extra overhead of modifying the stack pointer. This region of memory is not to be modified by interrupt/exception/signal handlers. The x86-64 ABI used by System V mandates a 128-byte red zone,〔(【引用サイトリンク】 url = http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/i386-and-x86_002d64-Options.html#index-no_002dred_002dzone-998 )〕 which begins directly after the return address and includes the function's arguments. The OpenRISC toolchain assumes a 128-byte red zone.〔(【引用サイトリンク】 url = http://opencores.org/wiki1/index.php?title=OpenRISC_GNU_tool_chain&oldid=1198 )〕 ==Notes and references==
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Red zone (computing)」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|